runtime.gcControllerState.heapGoal (method)

8 uses

	runtime (current package)
		metrics.go#L644: 	a.heapGoal = gcController.heapGoal()
		mgc.go#L1188: 	if gcController.heapGoal() > minHeapForMetadataHugePages {
		mgcpacer.go#L457: 		heapGoal := c.heapGoal()
		mgcpacer.go#L503: 	heapGoal := int64(c.heapGoal())
		mgcpacer.go#L601: 	gcController.lastHeapGoal = c.heapGoal()
		mgcpacer.go#L894: func (c *gcControllerState) heapGoal() uint64 {
		mstats.go#L442: 	heapGoal := gcController.heapGoal()
		trace.go#L1693: 	heapGoal := gcController.heapGoal()